Node-RED block in Snap4City Microservice library node-red-contrib-snap4city-developer is "datagate insert">
This node sends data to DATAGATE Datastore via datastore_upsert API.
It receives a msg whose payload is an array of records to be pushed to the DATAGATE Datastore resource.
It also supports sending data to DATAGATE Timeseries API, a new extension that allows DATAGATE to work with timeseries data. More at DATAGATE Timeseries Github
The records should conform the resource schema as specified when the resource was being created: correct data type, have exact number of fields.
Note: Timeseries API will not be able to work with resources created by original Datastore API